put "Use the Delete command to delete text from card or background "& "fields, even if the field is locked. This is all one line of "& "text because there are no Return characters." into card field 1
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=310 top=230 right=258 bottom=441
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Delete word 7
----- HyperTalk script -----
on mouseUp
delete word 7 of line 1 of card field 1
end mouseUp
-- part contents for background part 2
----- text -----
Delete
-- part contents for background part 1
----- text -----
delete <text>
Removes specified text from the current card.
delete word 3 of line 1 of card field 1
delete char 1 of line 1 of first field
-- part contents for background part 44
----- text -----
Form
What it does
Examples
-- part contents for background part 43
----- text -----
337,122
-- part contents for card part 3
----- text -----
Use the Delete command to delete text from card or background fields, even if the field is locked. This is all one line of text because there are no Return characters.